home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1999 February
/
MACPOWER-1999-02.ISO.7z
/
MACPOWER-1999-02.ISO
/
アップル関連
/
ResEdit 2.1.3
/
Examples
/
PExamples
/
MakePicker
< prev
Wrap
Text File
|
1994-09-14
|
621b
|
34 lines
# MakeFile - Make instructions for the ResEdit ICON picker.
#
# Copyright Apple Computer, Inc. 1986-1991
# All rights reserved.
#
# This makefile builds:
# The ICON Resource Picker
#
OutFile = {buildToName}
obj = :obj:
source = :Source:
ResEditLibraries = ::Libraries:
SysLibs = "{PLibraries}"PasLib.oカ
"{Libraries}"Interface.o
RSSCLibs = {obj}RSSC.a.o カ
{obj}ResDisp.a.o
# Link the ICON picker
"{OutFile}" トト {obj}Icon.Pick.p.o {RSSCLibs} {sysLibs}
Link {RSSCLibs} カ
{obj}Icon.Pick.p.o カ
{sysLibs} カ
-da -w -rt RSSC=128 カ
-sg ICON カ
-o "{OutFile}"
{obj} ト {source} {ResEditLibraries}